home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / Block Breaker Cr / BlockBreaker.jar / BlockBreaker / D.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-10-10  |  365 b   |  22 lines

  1. package BlockBreaker;
  2.  
  3. // $FF: renamed from: BlockBreaker.D
  4. abstract class class_0 {
  5.    // $FF: renamed from: I () int
  6.    protected abstract int method_0();
  7.  
  8.    // $FF: renamed from: Z () int
  9.    protected abstract int method_1();
  10.  
  11.    // $FF: renamed from: C () int
  12.    protected abstract int method_2();
  13.  
  14.    // $FF: renamed from: B () int
  15.    protected abstract int method_3();
  16.  
  17.    // $FF: renamed from: I (BlockBreaker.D) boolean
  18.    public final boolean method_4(class_0 var1) {
  19.       return this.method_1() >= var1.method_0() && var1.method_1() >= this.method_0() && this.method_3() >= var1.method_2() && var1.method_3() >= this.method_2();
  20.    }
  21. }
  22.